UCF STIG Viewer Logo

The Arista router must not be configured to use IPv6 Site Local Unicast addresses.


Overview

Finding ID Version Rule ID IA Controls Severity
V-256058 ARST-RT-000790 SV-256058r882516_rule Medium
Description
As currently defined, site local addresses are ambiguous and can be present in multiple sites. The address itself does not contain any indication of the site to which it belongs. The use of site-local addresses has the potential to adversely affect network security through leaks, ambiguity, and potential misrouting as documented in section 2 of RFC3879. RFC3879 formally deprecates the IPv6 site-local unicast prefix FEC0::/10 as defined in RFC3513.
STIG Date
Arista MLS EOS 4.2x Router Security Technical Implementation Guide 2023-01-17

Details

Check Text ( C-59734r882514_chk )
Review the Arista router configuration to ensure FEC0::/10 IP addresses are not defined.

Step 1: Verify that FECO::/10 IPv6 addresses are not configured.

interface ethernet 3
no routerport
ipv6 address FD6D:8D64:AF0C:2::/64

If IPv6 Site Local Unicast addresses are defined, this is a finding.
Fix Text (F-59677r882515_fix)
Configure the Arista router using authorized IPv6 addresses.

Step 1: Configure the interface with IPv6 address.

LEAF-1A(config-if-Et3)#interface ethernet 3
LEAF-1A(config-if-Et3)#no routerport
LEAF-1A(config-if-Et3)#ipv6 address FD6D:8D64:AF0C:2::/64